Crate foundry_config

source ·
Expand description

Foundry configuration.

Re-exports

Modules

  • Support types for configuring storage caching
  • Configuration specific to the forge doc command and the forge_doc package
  • error handling and solc error codes
  • Helpers to automatically fix configuration warnings
  • Configuration specific to the forge fmt command and the forge_fmt package
  • Support for controlling fs access
  • config providers
  • Utility functions

Macros

Structs

Enums

  • Either a named or chain id or the actual id value
  • Represents a single endpoint
  • Variants for selecting the Solc instance
  • Warnings emitted during loading or managing Configuration

Statics

Traits

  • This trait is intended to parse configurations from structured text. Foundry users can annotate Solidity test functions, providing special configs just for the execution of a specific test.

Functions